DateTime Class

Defines a control for inputting date data.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class DateTime : Control
Inheritance
Object    Control    DateTime

Constructors

DateTime Initializes a new instance of the DateTime class.

Properties

ControlImplementation Contains the specific concrete rendition or implementation of a control that should be instantiated.
CurrentValue Contains the current status of an input control.
DefaultValue Contains the default value of an input control.
EventListeners
(Inherited from Control)
ID Contains an identifier for a control element.
MaximumValue Contains the maximum value that a user can enter.
MinimumValue Contains the minimum value that a user can enter.
Name Contains the name of a form or control element.
Properties
(Inherited from Control)

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Overrides ControlGetContentElements)
GetHashCode
(Inherited from Object)
GetParent
(Inherited from Control)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current DateTime object to its equivalent string representation.
(Overrides ObjectToString)

See Also